home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
- <HTML>
-
- <HEAD>
-
- <TITLE>John Doe's Image Gallery</TITLE>
-
- <STYLE TYPE="text/css">
-
- BODY {
-
- font: normal 12pt/14pt Verdana, sans-serif;
-
- color: black; background-color: white;
-
- }
-
- H1 { font-weight: bold; font-size: 150%; text-align: center }
-
- H2 { font-weight: bold; font-size: 120%; }
-
- I { font-style: italic }
-
- B { font-weight: bolder }
-
- U { text-decoration: underline }
-
- P.links { font-size: smaller; text-align: center }
-
- P.images { text-align: center }
-
- </STYLE>
-
- </HEAD>
-
- <BODY>
-
- <H1>John Doe's Image Gallery</H1>
-
- <P>Here are some pictures you might find interesting.
-
- Follow the link on each Thumbnail to view the whole picture.
-
- <P CLASS="images">
-
- <A HREF="images/image01.gif"><IMG SRC="images/thumb01.gif"></A>
-
- <A HREF="images/image02.gif"><IMG SRC="images/thumb02.gif"></A>
-
- <A HREF="images/image03.gif"><IMG SRC="images/thumb03.gif"></A>
-
- </P>
-
- <HR>
-
- <P CLASS="links"><A HREF="../index.html">[Home]</A> <A
- HREF="mailto:johndoe@somewhere.org">[Mail]</A></P>
-
- </BODY>
-
- </HMTL>
-
-